home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
tag_it
/
global.bas
< prev
next >
Wrap
BASIC Source File
|
1993-11-07
|
213b
|
16 lines
Type POINTAPI
x As Integer
Y As Integer
End Type
Type MSG
hWnd As Integer
message As Integer
wParam As Integer
lParam As Long
time As Long
pt As POINTAPI
End Type